Autogenerated HTML docs for v1.7.0-50-g50c1 
diff --git a/git-show-branch.html b/git-show-branch.html index 0902517..018d736 100644 --- a/git-show-branch.html +++ b/git-show-branch.html 
@@ -331,8 +331,8 @@  <h2 id="_description">DESCRIPTION</h2>   <div class="sectionbody">   <div class="para"><p>Shows the commit ancestry graph starting from the commits named  -with &lt;rev&gt;s or &lt;globs&gt;s (or all refs under $GIT_DIR/refs/heads  -and/or $GIT_DIR/refs/tags) semi-visually.</p></div>  +with &lt;rev&gt;s or &lt;globs&gt;s (or all refs under refs/heads  +and/or refs/tags) semi-visually.</p></div>   <div class="para"><p>It cannot show more than 29 branches and commits at a time.</p></div>   <div class="para"><p>It uses <tt>showbranch.default</tt> multi-valued configuration items if   no &lt;rev&gt; nor &lt;glob&gt; is given on the command line.</p></div>  @@ -355,8 +355,8 @@  <dd>   <p>   A glob pattern that matches branch or tag names under  - $GIT_DIR/refs. For example, if you have many topic  - branches under $GIT_DIR/refs/heads/topic, giving  + refs/. For example, if you have many topic  + branches under refs/heads/topic, giving   <tt>topic/*</tt> would show all of them.   </p>   </dd>  @@ -576,7 +576,7 @@  <h2 id="_example">EXAMPLE</h2>   <div class="sectionbody">   <div class="para"><p>If you keep your primary branches immediately under  -<tt>$GIT_DIR/refs/heads</tt>, and topic branches in subdirectories of  +<tt>refs/heads</tt>, and topic branches in subdirectories of   it, having the following in the configuration file may help:</p></div>   <div class="listingblock">   <div class="content">  @@ -610,7 +610,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2010-02-13 00:59:56 UTC  +Last updated 2010-02-19 09:57:47 UTC   </div>   </div>   </body>